| Class | AI::CSP::Backtracking |
| In: |
ai/csp/backtracking.rb
|
| Parent: | Object |
Implements chronological backtracking for CSPs. If propagation is turned on, this amounts roughly to forward checking (depending on the constraints).
See AI::CSP for an overview and more examples.
| constraint_checks | [R] | For recording statistics |
| description | [R] | |
| nodes_explored | [R] | |
| solutions | [R] | |
| time | [R] |